By mistake I've forgotten to add the SPDX license tags for the DFU testing
scripts.
This commit fixes that and also provides some other relevant information.
Signed-off-by: Lukasz Majewski <[email protected]>
Acked-by: Stephen Warren <[email protected]>
#! /bin/bash
+# Copyright (C) 2014 Samsung Electronics
+#
+# Script fixes, enhancements and testing:
+#
+# DFU operation test script
+#
+# SPDX-License-Identifier: GPL-2.0+
+
set -e # any command return if not equal to zero
clear
#! /bin/bash
+# Copyright (C) 2014 Samsung Electronics
+#
+# Script fixes, enhancements and testing:
+#
+# Script for test files generation
+#
+# SPDX-License-Identifier: GPL-2.0+
+
set -e # any command return if not equal to zero
clear